Update Authorization max amount
Use this endpoint to update the maximum amount the automatic Pix will be able to ues to make the recurring payment
Request
PUT 'https://apisandbox.delbank.com.br/baas/api/v1/automatic-pix/authorizations/:identifier'
Headers
Name | Description |
---|---|
x-delbank-api-key | Required. API key |
Name | Type | Description |
---|---|---|
identifier | string | Required. Recurrence identifier |
Body
{
"newPayerMaxAmount": 250.75
}
Response
The status code 200
indicates success in the query.
Being succeeded, the return will have the following fields in Json format:
{
"recurrenceId": "RR3822485720250530njua7shf412",
"jdpiRequestDateTime": "2025-07-13T23:32:50.174Z"
}